// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Get The Led Out - Tribute Band','State Theatre - Easton','Easton, PA','Friday','9/5/2025','7:30 PM','6886351','Get-The-Led-Out---Tribute-Band-9-5-2025'],['Australian Pink Floyd Show','State Theatre - Easton','Easton, PA','Friday','9/12/2025','7:30 PM','6989070','Australian-Pink-Floyd-Show-9-12-2025'],['Celtic Thunder','State Theatre - Easton','Easton, PA','Saturday','9/13/2025','7:30 PM','7043557','Celtic-Thunder-9-13-2025'],['Let's Sing Taylor - A Live Band Celebrating Music of Taylor Swift','State Theatre - Easton','Easton, PA','Saturday','9/20/2025','7:30 PM','7114663','Let-s-Sing-Taylor---A-Live-Band-Celebrating-Music-of-Taylor-Swift-9-20-2025'],['The Book Of Mormon','State Theatre - Easton','Easton, PA','Saturday','9/27/2025','7:30 PM','7114664','The-Book-Of-Mormon-9-27-2025'],['The Book Of Mormon','State Theatre - Easton','Easton, PA','Sunday','9/28/2025','1:00 PM','7114665','The-Book-Of-Mormon-9-28-2025'],['The Book Of Mormon','State Theatre - Easton','Easton, PA','Sunday','9/28/2025','6:30 PM','7114666','The-Book-Of-Mormon-9-28-2025'],['The Vampire Circus','State Theatre - Easton','Easton, PA','Friday','10/3/2025','7:30 PM','6918175','The-Vampire-Circus-10-3-2025'],['Vic DiBitetto','State Theatre - Easton','Easton, PA','Saturday','10/11/2025','7:00 PM','7114667','Vic-DiBitetto-10-11-2025'],['Mutts Gone Nuts','State Theatre - Easton','Easton, PA','Sunday','10/12/2025','1:00 PM','6918156','Mutts-Gone-Nuts-10-12-2025'],['Mutts Gone Nuts','State Theatre - Easton','Easton, PA','Sunday','10/12/2025','3:30 PM','6918157','Mutts-Gone-Nuts-10-12-2025'],['Lewis Black','State Theatre - Easton','Easton, PA','Friday','10/17/2025','8:00 PM','6824510','Lewis-Black-10-17-2025'],['Hello, I Must Be Going - A Tribute To Phil Collins','State Theatre - Easton','Easton, PA','Saturday','10/18/2025','7:30 PM','7114668','Hello--I-Must-Be-Going---A-Tribute-To-Phil-Collins-10-18-2025'],['Gipsy Kings & Nicolas Reyes','State Theatre - Easton','Easton, PA','Thursday','10/23/2025','TBD','7216608','Gipsy-Kings---Nicolas-Reyes-10-23-2025'],['Swan Lake','State Theatre - Easton','Easton, PA','Sunday','10/26/2025','2:00 PM','7085136','Swan-Lake-10-26-2025'],['The Fab Faux','State Theatre - Easton','Easton, PA','Saturday','11/8/2025','7:30 PM','6886585','The-Fab-Faux-11-8-2025'],['Oh What A Night Of Doo Wop & Rock N Roll','State Theatre - Easton','Easton, PA','Saturday','11/15/2025','7:00 PM','7037187','Oh-What-A-Night-Of-Doo-Wop---Rock-N-Roll-11-15-2025'],['Sesame Street Live: Elmo and Friends Say Hello','State Theatre - Easton','Easton, PA','Friday','11/21/2025','6:00 PM','7160285','Sesame-Street-Live--Elmo-and-Friends-Say-Hello-11-21-2025'],['Nutcracker! Magical Christmas Ballet','State Theatre - Easton','Easton, PA','Thursday','12/4/2025','7:00 PM','7066714','Nutcracker--Magical-Christmas-Ballet-12-4-2025'],['The Rock Orchestra By Candlelight','State Theatre - Easton','Easton, PA','Saturday','12/6/2025','8:00 PM','7096551','The-Rock-Orchestra-By-Candlelight-12-6-2025']],'State Theatre Center for the Arts','http://www.ticketnetwork.com/ticket/State-Theatre-Center-for-the-Arts-events.aspx');